1900->1970   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/topclock.xtm

Implementation

(define 1900->1970
  (lambda (time)
    (- time *Epoch-1900-1970*)))


Back to Index